GetFirstCallBack
TheGetFirstCallBack
function returns the first callback event associated with a specified time base. Your component can use this function, along with theGetNextCallBack
function (described in the next section), to scan all callback events associated with a time base.
pascal QTCallBack GetFirstCallBack (TimeBase tb);
tb
- Specifies the time base for the operation. Your component can obtain the time base reference from your
ClockSetTimeBase
function (described on page 11-15) or from the Movie Toolbox'sGetCallBackTimeBase
function.DESCRIPTION
TheGetFirstCallBack
function returns the first callback event in the list managed
for the specified time base. If there are no callback events associated with the time base, theQTCallBack
result is set tonil
. Your component cannot assume that the Movie Toolbox maintains the callback list in any particular order.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help